From: bors Date: Mon, 10 Jul 2017 17:08:27 +0000 (+0000) Subject: Auto merge of #4267 - natboehm:add-index-flag-search, r=matklad X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~8^2~11 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=2b8de5dd7fb4399ef792b4dd59d53d3649174094;p=cargo.git Auto merge of #4267 - natboehm:add-index-flag-search, r=matklad Replace `cargo search --host` with `cargo search --index` This change makes the command consistent with other versions of the same flag. `cargo search --host` is still supported, as well as `cargo search --index --host ` in case of confusion. The three commands currently supported should produce the same behavior. All instances of `--host` are currently marked as deprecated, or for reuse as mentioned in issue #4208. Fixes #4219 --- 2b8de5dd7fb4399ef792b4dd59d53d3649174094